home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group93c.txt / 000113_icon-group-sender _Mon Dec 6 17:34:35 1993.msg < prev    next >
Internet Message Format  |  1994-02-02  |  820b

  1. Received: by cheltenham.cs.arizona.edu; Tue, 14 Dec 1993 17:24:27 MST
  2. Date: 6 Dec 93 17:34:35 GMT
  3. From: walter!flaubert!norman@uunet.uu.net  (Norman Ramsey)
  4. Organization: Bellcore, Morristown NJ
  5. Subject: Re: two language questions
  6. Message-Id: <CHMJHn.7x0@walter.bellcore.com>
  7. References: <2dd1v7$p98@caslon.cs.arizona.edu>, <CHA02z.4r1@walter.bellcore.com>, <2drrmo$iu3@caslon.cs.arizona.edu>
  8. Sender: icon-group-request@cs.arizona.edu
  9. To: icon-group@cs.arizona.edu
  10. Status: RO
  11. Errors-To: icon-group-errors@cs.arizona.edu
  12.  
  13. >NR>   every insert(s, !ss)
  14. >
  15. >Actually, I would change the last line to s ++:= ss, 
  16.  
  17. Different semantics.  I get bitten by this almost every time I write
  18. code that's supposed to have a side effect on a set, such as an analog
  19. of insert().  It's a pity since ++:= is much clearer.
  20.